home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
pc
/
macf
/
mita.dir
/
00283.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-10
|
241 b
|
13 lines
on mouseUp
repeat with x = 3 to 5
puppetSprite(x, 1)
set the visible of sprite x to 0
puppetSprite(x, 0)
end repeat
puppetSprite(4, 1)
set the visible of sprite 4 to 1
puppetSprite(4, 0)
updateStage()
pauseQT()
end